From: Katsumi Yamaoka Date: Mon, 18 Oct 2010 05:45:06 +0000 (+0000) Subject: shr.el (shr-insert): Comment fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6058 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3f660c096e90e43b546af0dbae5c6ab647f71d04;p=emacs.git shr.el (shr-insert): Comment fix. --- diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index db609286c11..8641c196236 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -217,7 +217,8 @@ redirects somewhere else." (unless shr-start (setq shr-start (point))) ;; No space is needed behind a wide character categorized as - ;; kinsoku-bol, or between characters both categorized as nospace. + ;; kinsoku-bol, between characters both categorized as nospace, + ;; or at the beginning of a line. (let (prev) (when (and (eq (preceding-char) ? ) (or (= (line-beginning-position) (1- (point)))